projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42baaf6
)
(org-set-font-lock-defaults): Handle narrow table columns correctly.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:01:24 +0000
(18:01 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:01:24 +0000
(18:01 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index 5ada05d1e74e232e7ffebd8dcb936e0be5cc0aff..a727fa2df5a19a51a3e8718bfd3c4578a56b3e73 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-3912,6
+3912,7
@@
between words."
(if (memq 'radio lk) '(org-activate-target-links (0 'org-link t)))
(if (memq 'date lk) '(org-activate-dates (0 'org-date t)))
(if (memq 'tag lk) '(org-activate-tags (1 'org-tag prepend)))
+ '(org-hide-wide-columns (0 nil append))
;; TODO lines
(list (concat "^\\*+[ \t]*" org-not-done-regexp)
'(1 'org-todo t))